-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TreeView] Migrate to emotion #25673
Conversation
@material-ui/lab: parsed: +0.11% , gzip: +0.07% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A first quick review. In packages/material-ui-lab/src/TreeView/TreeView.d.ts, Theme
needs to be imported from @material-ui/core/styles
.
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
@oliviertassinari Tnx for the quick review. I fixed the imports. I'll have a look at the other errors tomorrow. |
@oliviertassinari I got stuck with migrating TreeView. When running When replacing (for testing):
by:
I try to understand why this is happening, but till now without success. Do you have any suggestion for me where to look at? |
Taking a look. |
@tomasznguyen fixed the proptypes by c295e40 |
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
3a97614
to
d099b7b
Compare
@mnajdova @oliviertassinari Thank you very much for your feedback and reviews. All tests are passing now. Based on your reviews, I reviewed my other migration PRs. I see that What I understand from migrating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go :)
Great! We may have missed that.
Correct |
Related to #24405